1)onblur:- it occurs when user leaves field or losses focus of an element(click on box and then click unother box it will be occur[box in red colour])
Enter your name():2)onfocus:- it occur when an element gets focus ( when yo click on the box[box in red colour])
Enter your name:3)onchange:- it occures when user changes content of an element or selects dropdown value(write text + click enter or change content[box in red colour])
3)Enter your name:4)onselect:-it occure when user selecs some text of an element.(select the text[box in red colour])
Enter your name:5)onsubmit:-it ocures when user clicks submit button.( when you click[box in red colour])
Enter your name:6) onreset:- it occurs when user clicks reset button (click reset button[box in red colour])
Enter your name:7) onload:- it occurs when page /image loaded( when load page[box in red colour])
Enter your name:8)onunload:- it occures when document/page has been unloaded or closes
Enter your name: